The Imagick class
PHP Manual

Imagick::removeImageProfile

(PECL imagick 2.0.0)

Imagick::removeImageProfileRemoves the named image profile and returns it

Descripción

string Imagick::removeImageProfile ( string $name )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Removes the named image profile and returns it.

Lista de parámetros

name

Valores retornados

Returns a string containing the profile of the image. Throw an ImagickException on error.


The Imagick class
PHP Manual